-
Notifications
You must be signed in to change notification settings - Fork 347
Fix inconsistent PAT display order #4662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix inconsistent PAT display order #4662
Conversation
|
please run pnpm fix:frontend to fix the lint issues |
|
oh actually, this is failing because the computed has a side effect because .sort() mutates the original array |
Head branch was pushed to by a user without write access
|
now it's lint issues lol. |
Head branch was pushed to by a user without write access
|
FYI, I couldn't get that lint fix command to work due to errors with |
|
weird, it should work on windows just fine |
Closes #4661
This fixes the Personal access tokens list under Settings > Personal Access Tokens to display the PATs in order of creation, instead of being in a random order every page load.